Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Generic RasterCollection Class Members
See Also  Properties  Methods  Events
Leadtools Namespace : Generic RasterCollection Class


The following tables list the members exposed by Generic RasterCollection.

Public Constructors

 NameDescription
Public ConstructorRasterCollection Constructor Creates a new instance of Generic RasterCollection with default settings.  
Top

Public Properties

 NameDescription
Public PropertyCount Gets the number of items in the collection.  
Public PropertyIsReadOnly Specifies whether or not the collection is Read Only.  
Public PropertyItem Gets and sets the item at the specified index from within the collection.  
Top

Public Methods

 NameDescription
Public MethodAdd Adds the specified item to the end of the collection.  
Public MethodAddRange Adds the elements of an ICollection to the end of the collection.  
Public MethodBringToFront Brings the specified item forward in the collection.  
Public MethodClear Removes all items from the collection.  
Public MethodContains Determines whether or not the specified item is contained in the collection.  
Public MethodCopyTo Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.  
Public MethodDisableEvents Called to disable raising the ItemAdded and ItemRemoved events.  
Public MethodEnableEvents Called to enable raising the ItemAdded and ItemRemoved events.  
Public MethodGetEnumerator Returns a generic enumerator that can iterate through the Generic RasterCollection.  
Public MethodIndexOf Returns the index of the specified item if it is found in the collection.  
Public MethodInsert Inserts the specified item at the specified index.  
Public MethodRemove Removes the specified item.  
Public MethodRemoveAt Removes the item from the specified index.  
Public MethodSendToBack Sends the specified item back in the collection.  
Top

Protected Methods

 NameDescription
Protected MethodOnItemAdded Raises the ItemAdded event.  
Protected MethodOnItemRemoved Raises the ItemRemoved event.  
Top

Public Events

 NameDescription
Public EventItemAdded Occurs when an item is added to the collection.  
Public EventItemRemoved Occurs when an item is removed from the collection.  
Top

See Also